GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawBarcodeAztec Method





In This Topic
DrawBarcodeAztec Method (IGdPicturePDF)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(84)>
Function DrawBarcodeAztec( _
   ByVal Data As String, _
   ByVal Version As BarcodeAztecCodeVersion, _
   ByVal EccPercent As Integer, _
   ByVal QuietZone As Integer, _
   ByVal ModuleSize As Integer, _
   ByVal DstX As Single, _
   ByVal DstY As Single, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
) As GdPictureStatus
[DispId(84)]
GdPictureStatus DrawBarcodeAztec( 
   string Data,
   BarcodeAztecCodeVersion Version,
   int EccPercent,
   int QuietZone,
   int ModuleSize,
   float DstX,
   float DstY,
   byte Red,
   byte Green,
   byte Blue
)
function DrawBarcodeAztec( 
    Data: String;
    Version: BarcodeAztecCodeVersion;
    EccPercent: Integer;
    QuietZone: Integer;
    ModuleSize: Integer;
    DstX: Single;
    DstY: Single;
    Red: Byte;
    Green: Byte;
    Blue: Byte
): GdPictureStatus; 
DispIdAttribute(84)
function DrawBarcodeAztec( 
   Data : String,
   Version : BarcodeAztecCodeVersion,
   EccPercent : int,
   QuietZone : int,
   ModuleSize : int,
   DstX : float,
   DstY : float,
   Red : byte,
   Green : byte,
   Blue : byte
) : GdPictureStatus;
[DispId(84)]
GdPictureStatus DrawBarcodeAztec( 
   string* Data,
   BarcodeAztecCodeVersion Version,
   int EccPercent,
   int QuietZone,
   int ModuleSize,
   float DstX,
   float DstY,
   byte Red,
   byte Green,
   byte Blue
) 
[DispId(84)]
GdPictureStatus DrawBarcodeAztec( 
   String^ Data,
   BarcodeAztecCodeVersion Version,
   int EccPercent,
   int QuietZone,
   int ModuleSize,
   float DstX,
   float DstY,
   byte Red,
   byte Green,
   byte Blue
) 

Parameters

Data
Version
EccPercent
QuietZone
ModuleSize
DstX
DstY
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members